home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / UNIX.ZIP / VMSCRACK / README.TXT < prev    next >
Encoding:
Text File  |  1996-11-15  |  5.6 KB  |  147 lines

  1. NAME:        VMS Crack V1.0 security program
  2. COPYRIGHT:    Coded by Davide Casale
  3.         Coded and optimized by Mario Ambrogetti in June 1994 
  4.         Original algorithm by Shawn Clifford in February 1993
  5.  
  6. START:        VMSC [Options]
  7. LANGUAGE:    Englisch
  8. OS:        UNIX
  9.  
  10.  
  11. INSTRUCTIONS:
  12.  (Sorry in advance if English Language is not so good in this 
  13.  README file, but I've no time and I don't feel like making a very
  14.  good translation of Italian version of this README file ... and
  15.  perhaps I don't know where is my good old English Dictionary ...)
  16.                                                               D.C.
  17.  
  18.  This program, in its concept, is very close to the Crack for UNIX
  19.  by Alec Muffet, and it moves that idea into the VMS' world and so
  20.  VMSC is an encryption/comparison program.
  21.  Like its UNIX partner, a SYSTEM ADMINISTRATOR can, with VMSC, check
  22.  the security level of the password that the users use in a specific
  23.  machine running VMS operative system from version 2.0 (if it exists!)
  24.  to version 6.0. The main difference, from a theoretic point of view,
  25.  between a Unix' Crack and a VMS' one is that in the first one the 
  26.  PASSWD (the file that contains every encrypted passwords) can be
  27.  read by all the users (not always, but very near to that), instead
  28.  in the second one the SYSUAF.DAT file can be read only by the SYSTEM
  29.  (or by users with similar privileges). In this way it's more difficult
  30.  that our VMSC will be used by third party to find passwords over a 
  31.  VMS machine.
  32.  This version of VMSC is just built and optimized to run over
  33.  INTEL 386/486 machine, easy available around the world. You must
  34.  to copy the VMS' SYSUAF.DAT file that you want to analyze over your
  35.  DOS machine, remembering that SYSUAF is an INDEXED BINARY and so
  36.  you must copy it with attention (on the contrary over Unix there
  37.  is an easy moving ASCII PASSWD).
  38.  The ZIP archive with VMSC should be compund of : all the sources,
  39.  various makefiles for some C compilers under MSDOS, the exe's files,
  40.  two README with some instruction and some ascii dictionary.
  41.  The list of options that you can use into the line command with VMSC 
  42.  is callable running VMSC with '-h' or '-?' option (ex: VMSC -h) and
  43.  you will see this output :
  44.  
  45.  VMS Crack V1.0 security program
  46.  Coded by Davide Casale in June 1994
  47.  Coded and optimized by Mario Ambrogetti in June 1994
  48.  Original algorithm by Shawn Clifford in February 1993
  49.  
  50.  VMSC [Options]
  51.    Options :
  52.   
  53.      -?,-h,-H : Show this help page.
  54.      -s       : Single word mode.
  55.      -u       : Single user mode.
  56.      -l       : Look all users' record.
  57.      -c       : Create a namelist from a SYSUAF to use as words.
  58.      -k       : Don't skip user account disabled.
  59.      -t       : Test crypt result for proper encryption.
  60.      -d       : Debug mode.
  61.      -q       : Quiet mode.
  62.      -S file  : Specific SYSUAF file.
  63.      -V file  : Specific vocabulary file.
  64.      -O file  : Specific output file.
  65.      -P pass  : Specific password for single word mode.
  66.      -L user  : Look a specific user's record.
  67.      -U name  : Specific name for single user mode.
  68.  
  69.  
  70.  Usually you must give to the program the name of your SYSUAF, the
  71.  name of a dictionary file (a word under the previous one, look the
  72.  dictionary enclosed for example) and the name of the OUTPUT file.
  73.  The specific options are:
  74.  
  75.  '-s' : with that you can give to the program only a word as password,
  76.  instead using a dictionary file;
  77.  
  78.  '-u' : with that you can check all a dictionary over a single user;
  79.  
  80.  '-l' : show all users' record;
  81.  
  82.  '-c' : make a text file, that you can use as dictionary, with all
  83.  the usernames into the analysed SYSUAF;
  84.  
  85.  '-k' : usually the program don't analyse user with DISUSER flag setted
  86.  on, with this option VMSC does it;
  87.  
  88.  '-t' : check that all encryptions are good;
  89.  
  90.  '-d' : debug mode, every single step of encryption/comparison of
  91.  every user with all the words is showed over your screen;
  92.  
  93.  '-q' : no output over your screen;
  94.  
  95.  '-S file' : name of the SYSUAF.DAT file (if not selected, the program
  96.  will ask for that without problem);
  97.  
  98.  '-V file' : name of the dictionary file (if not selected, the program
  99.  will ask fot that);
  100.  
  101.  '-O file' : name of the output file (if not selected, the program will
  102.  ask for that);
  103.  
  104.  '-L user' : show datas of an user into the SYSUAF.DAT;
  105.  
  106.  '-U name' : name of the user for single user mode.
  107.  
  108.  You can stop VMSC with CTRL+C, or it stops itself when all words are
  109.  checked with all users.
  110.  
  111.  Into the output file there will be every users with hit password, in this
  112.  form :
  113.  
  114.  User : [USER], Password : [PASS]
  115.  
  116.  and at the end of the file there will be some statistic about the analyse :
  117.  
  118. *=============================================================================*
  119.  
  120. Users                  : 546
  121. Password found         : 72
  122. Comparisons            : 546
  123. Time elapsed in seconds: 14
  124. Comparisons/seconds    : 39.00
  125. Encryption performance : 13.19%
  126.  
  127. *=============================================================================*
  128.  
  129.  VMSC is a FREEWARE program and it goes out with all its sources, if
  130.  anybody finds a way to optimize all that or if anybody writes down
  131.  a good version of VMSC for VMS or UNIX with a speed at least faster
  132.  than a 486DX2 at 66Mhz under DOS, we will very happy to receive that.
  133.  If any commercial 'entity' (or institution) finds a way to make money
  134.  with our program will be nice that it contacts us.
  135.  That's all, good work with VMSC V1.0.
  136.  
  137.  
  138.  If you want to contact us for anything :
  139.  
  140.  DAVIDE CASALE      email : CASALE@PMN.IT 
  141.  MARIO AMBROGETTI   email : s65710@galileo.polito.it
  142.  
  143.  
  144. *=============================================================================*
  145.  
  146.  
  147.